-
Notifications
You must be signed in to change notification settings - Fork 459
Bump CAPI to v1.8.8 #5331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump CAPI to v1.8.8 #5331
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cherry-pick release-1.17 |
@mboersma: once the present PR merges, I will cherry-pick it on top of In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/retest AKS test flake is an actual random collision, or ...?
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5331 +/- ##
=======================================
Coverage 52.43% 52.43%
=======================================
Files 272 272
Lines 29401 29401
=======================================
Hits 15417 15417
Misses 13178 13178
Partials 806 806 ☔ View full report in Codecov by Sentry. |
/retest |
640b6c3
to
937ec3c
Compare
/retitle Bump CAPI to v1.8.7 |
937ec3c
to
236790c
Compare
236790c
to
a7e30e3
Compare
/retitle Bump CAPI to v1.8.8 |
a7e30e3
to
b85bae1
Compare
/test pull-cluster-api-provider-azure-apiversion-upgrade |
@mboersma: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
[FAILED] Timed out after 65.698s.
Unexpected error:
<errors.aggregate | len:1, cap:1>:
admission webhook "default.azuremachinepool.infrastructure.cluster.x-k8s.io" denied the request: failed to set default managed identity defaults: failed to find parent machine pool: failed to find parent MachinePool: failed to get MachinePool for clusterctl-upgrade-workload-cbgnyi-mp-0
[
<*errors.StatusError | 0xc000dc2820>{
ErrStatus: {
TypeMeta: {Kind: "Status", APIVersion: "v1"},
ListMeta: {
SelfLink: "",
ResourceVersion: "",
Continue: "",
RemainingItemCount: nil,
},
Status: "Failure",
Message: "admission webhook \"default.azuremachinepool.infrastructure.cluster.x-k8s.io\" denied the request: failed to set default managed identity defaults: failed to find parent machine pool: failed to find parent MachinePool: failed to get MachinePool for clusterctl-upgrade-workload-cbgnyi-mp-0",
Reason: "Forbidden",
Details: nil,
Code: 403,
},
},
]
occurred
In [It] at: /home/prow/go/pkg/mod/sigs.k8s.io/cluster-api/[email protected]/e2e/clusterctl_upgrade.go:454 @ 01/13/25 20:04:31.844
Full Stack Trace
sigs.k8s.io/cluster-api/test/e2e.ClusterctlUpgradeSpec.func2()
/home/prow/go/pkg/mod/sigs.k8s.io/cluster-api/[email protected]/e2e/clusterctl_upgrade.go:454 +0x2537 this happens at https://github.com/kubernetes-sigs/cluster-api/blob/199edc1e98f8d3a4cbc756a2216037e7bee5c2eb/test/e2e/clusterctl_upgrade.go#L452C1-L455C1 I wonder if the timeout is causing the issue. Maybe These seem to be hardcoded timeouts in the test. How do we generally plug in our values? update the go.mod with our local copy of CAPI ? or raise another branch in our fork of CAPI and reference it ? |
This failure began with CAPI v1.8.6, just FYI. See also #5356. |
I'm not sure how to override it if it's hard-coded like that... Perhaps the problem began with this PR? |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Updates CAPI to v1.8.8.
Which issue(s) this PR fixes:
N/A, but see #5255 for prior art.
Special notes for your reviewer:
TODOs:
Release note: